-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix eav form foreach error #21134 #21135
Fix eav form foreach error #21134 #21135
Conversation
Hi @wojtekn. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
Ping @osrecio :) |
@engcom-backlog-nazar unfortunately, only members of the maintainers team are allowed to assign developers to the pull request |
Hi @orlangur, thank you for the review. |
@osrecio no problem, this seemed abandoned to me since February. Please review PR as you originally picked it up :) |
Hi @osrecio, thank you for the review. |
✔️ QA Passed |
Hi @wojtekn, thank you for your contribution! |
Description
PR adds missing initialization for two class variables which can be returned by class methods as parameters of type array. Without this initialization they are return as null what can result in throwing "Invalid argument supplied for foreach()" warning.
Fixed Issues
Manual testing scenarios (*)
Contribution checklist (*)